home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 June / Software of the Month Club 1996 June.iso / pc / dos / dtp / fedform / fed114.ins / FDOC.DOC next >
Text File  |  1996-01-08  |  4KB  |  80 lines

  1.      FDOC 1.01 (Format Documentation)
  2.  
  3.      Usage: FDOC DRIVE:\PATH\FILENAME DRIVE:\PATH\FILENAME
  4.  
  5.      This DOS utility formats a standard ASCII text file using headers
  6.      footers, page breaks, and page numbers. It will also create a table
  7.      of contents from titles and subtitles.
  8.  
  9.      The first file specified on the command line is the unformatted input
  10.      file. The second will be the formatted output file that FDOC creates.
  11.      The input file can contain commands that the program uses to create a
  12.      formatted output file. These commands start with an exclamation point
  13.      and must begin in the first column.
  14.  
  15.      !H   page header line              (must be first line in input file)
  16.      !F   page footer line with # optional page number  (must be 2nd line)
  17.      !P   on a line by itself forces a page break    (usally done by FDOC)
  18.      !T1  title line            (used as a top level in table of contents)
  19.      !T2  sub-title line     (used as a second level in table of contents)
  20.      !T3  sub-sub-title line  (used as a third level in table of contents)
  21.  
  22.      The first page of your documentation should be a title page. A header
  23.      and footer is NOT added to the title page. The first header and footer
  24.      lines will be added on the second page. A page number can be added to
  25.      the footer by placing a pound sign (#) in the position where you want
  26.      it.
  27.  
  28.      The table of contents (created from the lines that start with !T) will
  29.      be inserted in the output file after your title page (at page two).
  30.      Second and third level titles will be indented from the first level
  31.      title lines. All titles placed in the table of contents will have the
  32.      correct page number added to them.
  33.  
  34.      ---------------------------------------------------------------------
  35.                EXAMPLE INPUT:                    EXAMPLE OUTPUT:
  36.      -------------------------------   -----------------------------------
  37.      !H   Document Formatter Manual
  38.      !F   MicroFox Company   Page #                TITLE PAGE
  39.  
  40.               TITLE PAGE               -----------------------------------
  41.      !P                                      Document Formatter Manual
  42.      !T1  Product Information
  43.             detail lines                     Product Information.....3
  44.      !T2  How to get Help                      How to get Help.......3
  45.             detail lines                         Call us.............4
  46.      !T3  Call us                            Installing Program......4
  47.             detail lines
  48.      !T1  Installing Program                 MicroFox Company   Page 2
  49.             detail lines               -----------------------------------
  50.                                              Document Formatter Manual
  51.  
  52.                                              Product Information
  53.                                                detail lines
  54.                                              How to get Help
  55.                                                detail lines
  56.  
  57.                                              MicroFox Company   Page 3
  58.                                        -----------------------------------
  59.  
  60.  
  61.      FDOC (tm)
  62.      Copyright (c) 1993-1995 by Jim Hass
  63.  
  64.      ASP   Member of the Association of Shareware Professionals
  65.      STAR  Member of the Shareware Trade Association and Resources
  66.      ASAD  Member of the Association of Shareware Authors and Distributors
  67.  
  68.      Registration fee: $10.00
  69.      Free with registration of HDM, FED, SEE, BBS, PUT/GET, or EZ-Tree.
  70.  
  71.      MicroFox Company
  72.      PO Box 447
  73.      Richfield OH 44286-0447
  74.      USA
  75.  
  76.      CompuServe Mail: 73057,3113
  77.      Internet: 73057.3113@compuserve.com
  78.  
  79.      ---------------------------------------------------------------------
  80.